Drop internal function from header
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Aug 2010 04:54:31 +0000 (00:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 17 Aug 2010 01:58:26 +0000 (21:58 -0400)
Make _gtk_button_box_child_requisition static.

gtk/gtkbbox.c
gtk/gtkbbox.h

index 0fa2f6ea221895b651277e8b982d647622181e93..655ba9ace986ae702fe0dc1d52a18dfaae0ba86d 100644 (file)
@@ -396,7 +396,7 @@ gtk_button_box_set_child_secondary (GtkButtonBox *widget,
 /* Ask children how much space they require and round up
    to match minimum size and internal padding.
    Returns the size each single child should have. */
-void
+static void
 _gtk_button_box_child_requisition (GtkWidget *widget,
                                    int       *nvis_children,
                                    int       *nvis_secondaries,
index d15fac8c4d013f26234dedf33f01fe119b381ad3..878ba0a16246405e799079c9c2010887a2cb0016 100644 (file)
@@ -73,12 +73,6 @@ void              gtk_button_box_set_child_secondary (GtkButtonBox      *widget,
                                                      GtkWidget         *child,
                                                      gboolean           is_secondary);
 
-/* Internal method - do not use. */
-void _gtk_button_box_child_requisition (GtkWidget *widget,
-                                       int       *nvis_children,
-                                       int       *nvis_secondaries,
-                                       int       *width,
-                                       int       *height);
 G_END_DECLS
 
 #endif /* __GTK_BUTTON_BOX_H__ */